home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 34 (1993-06)(MegaDisc Digital Publishing)(AU)(Disk 1 of 2)[WB].zip / MegaDisc 34 (1993-06)(MegaDisc Digital Publishing)(AU)(Disk 1 of 2)[WB].adf / Tutes_&_CLI / Modem_Init_v32 / Modem_Init_v32
Text File  |  1993-06-22  |  6KB  |  127 lines

  1.  
  2.                   MAESTRO SUPER EXECUTIVE V32 MODEM
  3.                          A novice's experience
  4.  
  5.  
  6.                           by Kevin Donoghoe
  7.                                BIOPIC
  8.  
  9.    I'm pushing 47 and will never be a programmer (sob). I like harpoon and
  10.   Red Storm Rising and ray tracing (though not at the moment as the A3000
  11.   doesn't like Turbo Silver or Harpoon.)  I also like the odd beer or three.
  12.  
  13.    I work for a company as a crane chaser/driver/labourer that makes the
  14.   Tangara and other rolling stock as well as large gears etc.
  15.  
  16.  
  17.    Ed: Kevin tells me that the strings he talks about here work for Term3.2
  18.   but do not work with GPTerm 4.59 according to his tests.
  19.  
  20.  
  21.    <> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <>
  22.  
  23.                                
  24.    I recently purchased this modem at a good price from a local SYSOP who was
  25.   upgrading his modem to 14.4k.  Not having any knowledge of the hardware, I
  26.   used the serial cable from my ZXR.  I was able to call a BBS, but I
  27.   couldn't get any response from my screen. The modem was apparently
  28.   handshaking ok, but that was as far as it went. I called the previous
  29.   owner, and he talked me through the configuration of the modem. Nothing
  30.   worked so he shut down his BBS and brought the other Maestro he was running
  31.   his BBS, (MATRIX BBS) with, over to my home.  Thanks for all your help
  32.   Stuart and thanks to Dick. And thanks to Peter (without a 'c') Nicolas
  33.   (BUDGIEWOI BBS) for guiding me to the right message area.
  34.  
  35.    After trying both modems with my cable and then his, it was shown that my
  36.   serial cable was the wrong type for these faster modems. The cable is
  37.   called a seven wire serial cable and, as far as I know, are not bundled
  38.   with the modem. They cost $15 - $20 and I got it through Tony Dodds of
  39.   Smart Computing. What a small world we live in as I told Tony my problem
  40.   he suggested that I log into HIS bbs (LOCAL BBS) and try out the loaner
  41.   cable he gave me until mine arrived.
  42.  
  43.    YIPPEE, what an eye opener the speed of up/down loads, I was averaging
  44.   over a 1000bps on most files as opposed to the 232 I got with the ZXR
  45.   running at 2400bps.
  46.  
  47.  
  48.    As an example of the difference:
  49.  
  50.                         ZXR2400 using ZMODEM
  51.  
  52.   SDARK_14.LHA 194747 bytes  Min cps:10  Average cps:229  Max cps:232
  53.  
  54.   96INTRO.TXT  10848 bytes   Min cps:10  Average cps:200  Max cps:232
  55.  
  56.                         SE v32 using ZMODEM
  57.  
  58.   MASTER.LZH   345250 bytes  Min cps:512  Average cps:1093  Max cps:1824
  59.  
  60.   THE LIST.TXT 259510 bytes  Min cps:1024  Average cps:1910  Max cps:2048
  61.  
  62.   These are fairly common transfer rates in my brief experience.
  63.  
  64.  
  65.    To reset the modem to its factory settings, load your terminal programme,
  66.   and type on the screen (upper or lower case) AT&F <RETURN> Then type
  67.   AT&W&W0&W1 <RETURN>. This saves the factory settings to the modems three
  68.   profiles (1 factory and 2 user). You can also force the modem to use a
  69.   specific profile with AT&Yn where 'n' = user profile 0 or 1.
  70.  
  71.    Later on when you are used to it, you can store specific settings in the
  72.   two user profiles as needed as well as 4 phone numbers.
  73.  
  74.    I've now set my INIT string in the termimal programme that I find myself
  75.   using most nowadays, (TERM3.2) as the following.
  76.  
  77.   ATZ\r~~~AT&FTW1L3&C1&D2S7=45S9=16\r
  78.  
  79.    Most of this is from my reading, is redundant, as I'm repeating most of
  80.   the default settings for the modem. I'll describe the bits that aint.  The
  81.   second "T" sets the modem to dial out using TONE, the "W1" reports error
  82.   correction call progress. "L3" sets the modems internal speaker to LOUD as
  83.   it's not even as loud as the ZXR. "S7=45" forces the modem to wait 45
  84.   seconds for carrier from the remote modem (the default is 50). After that
  85.   time the modem will disconnect.
  86.  
  87.    I use 45 as most of the BBS's that I frequent answer within that time, and
  88.   with TERMx.x, I can force the modem to go online with a mouse click or key
  89.   press.
  90.  
  91.    "S9=16" is the carrier detect response time, (default is 6 = 0.6sec).
  92.   This turns on RLSD. I'm not sure what that acronym means except that it's
  93.   something to do with the two modems having a chat between themselves to see
  94.   if they are capable of using particular data compression etc.
  95.  
  96.    I was told that it helps the connection to cause this longer delay.  The
  97.   "\r" is RETURN in TERM terminology. The other bits are todo with speed and
  98.   error correction (v42.bis, MNP etc). Make sure you set your terminal
  99.   proggy to RTS/CTS as that is the default for the modem, and make sure it's
  100.   not set to AUTOBAUD or you'll connect at the default speed of the Maestro
  101.   which is 2400bps.
  102.  
  103.    That's about it except for those people who are having trouble getting
  104.   there modem to AUTO answer. I've got MAX's BBS running now as a toy as I'm
  105.   one of the Billions of people who can't afford to run a BBS. The INIT
  106.   string to type into the modem setting on my Maestro SE v32 is the
  107.   following: ATZ^M~~~AT&F&C1&D2S2=1S0=1S1=1^M
  108.  
  109.    This will set the modem to AUTO answer and reset to AUTO answer after a
  110.   call to the BBS has ended. The" ~ tilde " means wait a half second.  You
  111.   will have to set the other bits on the right hand side as well, set them
  112.   all (tick) and experiment with some friend who will call you.
  113.  
  114.    I'm now waiting for my new Maestro 144FM 14.4k fax/data modem to arrive.
  115.   Tomorrow THE WORLD hee hee hee.
  116.  
  117.    That's all from this novice, read your manual and ask questions of the
  118.   SYSOP and other users. people are always willing to help, but they can't
  119.   if you don't ask.
  120.  
  121.  
  122.   <> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <%> 34 <>
  123.  
  124.